changed the comment so that gtk-doc doesn't get confused.
authorSven Neumann <sven@gimp.org>
Fri, 25 Jan 2002 14:34:20 +0000 (14:34 +0000)
committerSven Neumann <neo@src.gnome.org>
Fri, 25 Jan 2002 14:34:20 +0000 (14:34 +0000)
2002-01-25  Sven Neumann  <sven@gimp.org>

* gtk/gtkwindow.c (gtk_window_get_size): changed the comment so
that gtk-doc doesn't get confused.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkwindow.c

index e141c48f1a1ee2fe1ca12063744479550935034c..4fd63041e5d6147fe3de40342a09dfdb880110c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-25  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkwindow.c (gtk_window_get_size): changed the comment so
+       that gtk-doc doesn't get confused.
+
 Fri Jan 25 14:03:36 2002  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): assert
index e141c48f1a1ee2fe1ca12063744479550935034c..4fd63041e5d6147fe3de40342a09dfdb880110c8 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-25  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkwindow.c (gtk_window_get_size): changed the comment so
+       that gtk-doc doesn't get confused.
+
 Fri Jan 25 14:03:36 2002  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): assert
index e141c48f1a1ee2fe1ca12063744479550935034c..4fd63041e5d6147fe3de40342a09dfdb880110c8 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-25  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkwindow.c (gtk_window_get_size): changed the comment so
+       that gtk-doc doesn't get confused.
+
 Fri Jan 25 14:03:36 2002  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): assert
index e141c48f1a1ee2fe1ca12063744479550935034c..4fd63041e5d6147fe3de40342a09dfdb880110c8 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-25  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkwindow.c (gtk_window_get_size): changed the comment so
+       that gtk-doc doesn't get confused.
+
 Fri Jan 25 14:03:36 2002  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): assert
index e141c48f1a1ee2fe1ca12063744479550935034c..4fd63041e5d6147fe3de40342a09dfdb880110c8 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-25  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkwindow.c (gtk_window_get_size): changed the comment so
+       that gtk-doc doesn't get confused.
+
 Fri Jan 25 14:03:36 2002  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): assert
index e141c48f1a1ee2fe1ca12063744479550935034c..4fd63041e5d6147fe3de40342a09dfdb880110c8 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-25  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkwindow.c (gtk_window_get_size): changed the comment so
+       that gtk-doc doesn't get confused.
+
 Fri Jan 25 14:03:36 2002  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): assert
index e141c48f1a1ee2fe1ca12063744479550935034c..4fd63041e5d6147fe3de40342a09dfdb880110c8 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-25  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkwindow.c (gtk_window_get_size): changed the comment so
+       that gtk-doc doesn't get confused.
+
 Fri Jan 25 14:03:36 2002  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): assert
index d3368e15b88ff19098073cb0878fafdccd10dd06..1d33ece6b3333ede49dab544906f592cc5a3e15a 100644 (file)
@@ -2508,8 +2508,8 @@ gtk_window_resize (GtkWindow *window,
  * @width: return location for width, or %NULL
  * @height: return location for height, or %NULL
  *
- * Obtains the current size of @window. If @window is not onscreen, it
- * returns the size GTK+ will suggest to the <link
+ * Obtains the current size of @window. If @window is not onscreen,
+ * it returns the size GTK+ will suggest to the <link
  * linkend="gtk-X11-arch">window manager</link> for the initial window
  * size (but this is not reliably the same as the size the window
  * manager will actually select). The size obtained by
@@ -2529,10 +2529,10 @@ gtk_window_resize (GtkWindow *window,
  * "configure_event" on the window and adjust your size-dependent
  * state to match the size delivered in the #GdkEventConfigure.
  *
- * Note 2: The returned size does <emphasis>not</emphasis> include the size of the window
- * manager decorations (aka the window frame or border). Those
- * are not drawn by GTK+ and GTK+ has no reliable method of
- * determining their size.
+ * Note 2: The returned size does <emphasis>not</emphasis> include the
+ * size of the window manager decorations (aka the window frame or
+ * border). Those are not drawn by GTK+ and GTK+ has no reliable
+ * method of determining their size.
  *
  * Note 3: If you are getting a window size in order to position
  * the window onscreen, there may be a better way. The preferred